From 639c379ed52786e0603fde8c5a93e9574e9338d0 Mon Sep 17 00:00:00 2001 From: "smh22@firebug.cl.cam.ac.uk" Date: Wed, 4 May 2005 17:40:45 +0000 Subject: [PATCH] bitkeeper revision 1.1389.5.14 (4279091dnpBW4lj9MvVqawaMwCC8pA) initialize primcmd even in domU in preparation for access control checkin --- linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c b/linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c index 0b78cc7e8f..2f9d5fde38 100644 --- a/linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c +++ b/linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c @@ -219,9 +219,6 @@ static struct file_operations privcmd_file_ops = { static int __init privcmd_init(void) { - if ( !(xen_start_info.flags & SIF_PRIVILEGED) ) - return 0; - privcmd_intf = create_xen_proc_entry("privcmd", 0400); if ( privcmd_intf != NULL ) privcmd_intf->proc_fops = &privcmd_file_ops; -- 2.30.2